home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8254 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: hydra4d.cs.utk.edu!doolin
  2. From: doolin@hydra4d.cs.utk.edu (David Doolin)
  3. Newsgroups: comp.lang.c
  4. Subject: make
  5. Date: 2 Mar 1996 19:17:08 GMT
  6. Organization: University of Tennessee Computer Science
  7. Distribution: world
  8. Message-ID: <4ha6rkINN4st@CS.UTK.EDU>
  9. Reply-To: doolin@cs.utk.edu
  10. NNTP-Posting-Host: hydra4d.cs.utk.edu
  11.  
  12.  
  13. This is a semi-rant.  I have learned, to my extreme annoyance,
  14. that clipping into makefiles usually causes make to
  15. puke.  I won't detail the amount of time it took me 
  16. to learn *not* to clip, but I would like a pointer 
  17. or two on exactly how to prevent the following error
  18. without completely retyping the offending lines in
  19. the makefile:
  20.  
  21. ~/src/fracture 2:11pm> make
  22. make: Fatal error in reader: Makefile, line 16: Unexpected end of line seen
  23. ~/src/fracture 2:11pm> !vi
  24. vi Makefile
  25.  
  26. (I try to retype the offensive lines, and take out some commented 
  27. lines.)
  28.  
  29. ~/src/fracture 2:11pm> make
  30. make: Fatal error in reader: Makefile, line 13: Unexpected end of line seen
  31.  
  32. etc. etc. until I have eliminated whatever offends make that
  33. it sees and I cannot.
  34.  
  35. Can anyone help with this?  Much obliged,
  36. Dave Doolin
  37.